SPB Git forge

spb/polyllm

Public
15commits 1branches 0releases
2.2 MBsize
maindefault branch
13 days agolast push
TypeScript 97.4% SQL 1% JavaScript 0.9% CSS 0.6%
143 B · 5 lines typescript
Raw Blame History
1import { auth } from "@/lib/auth";2import { toNextJsHandler } from "better-auth/next-js";34export const { GET, POST } = toNextJsHandler(auth);5